home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT05.Dxr / 00039.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  278 b   |  18 lines

  1. on mouseUp
  2.   global as, ss, ms
  3.   set the castNum of sprite 27 to 237
  4.   puppetSprite(26, 0)
  5.   puppetSprite(27, 0)
  6.   puppetSprite(28, 0)
  7.   updateStage()
  8.   if as = 1 then
  9.     go("aski")
  10.   end if
  11.   if ss = 1 then
  12.     go("sski")
  13.   end if
  14.   if ms = 1 then
  15.     go("mski")
  16.   end if
  17. end
  18.